home *** CD-ROM | disk | FTP | other *** search
- RexxView Doc
- by Martin Kees
-
- RexxView is a CLI utility that monitors the REXX
- port. Information is listed to a file describing
- each message received by REXX.
-
- USAGE:
-
- rexxview outfile
-
- e.g.
-
- rexxview con:0/0/640/100/rv
-
- rexxview PRT:
-
-
- Rexxview is terminated by sending the string:
-
- closerexxview
-
- to the REXX port. This may be done from a shell by:
-
- rx closerexxview
-
- Output for each message is of the form:
-
- From Task: TheTaskSendingToRexx
- Action: RXXCOMM
- Modifier: RXFB_STRING
- Arg0: 'the command string'
-
-
- JForth source code is in the file rexxview.f.
-
-
- Martin Kees
- 1116 Road 68
- Pasco, WA 99301
-
- bix:mkees
-